You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxVec Class > MtxVec Methods > MtxVec.Kurtosis Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxVec.Kurtosis Method

Vector kurtosis.

Syntax
C#
Visual Basic
public static double Kurtosis([In] TDenseMtxVec Vec, double AMean, double AStdDev);
Parameters 
Description 
[In] TDenseMtxVec Vec 
Calling vector or matrix object for which function will be evaluated. 
double AMean 
The average value computed from the Vec parameter. 
double AStdDev 
The standard deviation computed from the Vec parameter. 

Vector kurtosis value.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!